GetAnveoUserCode

string GetAnveoUserCode();

Example:
if (GetAnveoUserCode() == 'MILLER') then 
  …
end;

Returns current Anveo User Code.

Please add library LIB_USER to your Anveo Script to get access to this function.